home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / intro.dxr / 00136_QUIToff.BMP.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  329 b   |  14 lines

  1. on mouseUp
  2.   global gAuto, k
  3.   if k = 0 then
  4.     set k to 1
  5.     puppetSound("butnclik.wav")
  6.     set gAuto to 0
  7.     puppetSprite(12, 1)
  8.     set the castNum of sprite 12 to the number of member "aplayoff.bmp"
  9.     puppetSprite(14, 1)
  10.     set the castNum of sprite 14 to the number of member "Quiton.bmp"
  11.     go("quit")
  12.   end if
  13. end
  14.